PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setDisplayRectangle Method / setDisplayRectangle(double,double,double,double) Method
The x coordinate of the annotation rectangle.
The y coordinate of the annotation rectangle.
The width of the annotation rectangle.
The height of the annotation rectangle.
In This Topic
    setDisplayRectangle(double,double,double,double) Method
    In This Topic
    Sets the display rectangle of this annotation.
    Syntax
    public void setDisplayRectangle( 
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    x
    The x coordinate of the annotation rectangle.
    y
    The y coordinate of the annotation rectangle.
    width
    The width of the annotation rectangle.
    height
    The height of the annotation rectangle.
    See Also